home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 41
/
Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso
/
Aminet
/
util
/
rexx
/
rmh.lha
/
rmh
/
examples
/
tz.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
2000-11-28
|
270 b
|
12 lines
/* GetTZ() example */
l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
if GetTZ("TZ") then do
say "Timeznone: " tz.tzstn
say "Timezone offset:" tz.timezone
if tz.daylight then say "Daylight: " tz.tzdtn
end
else say "Can't find ENV:TZ"